home *** CD-ROM | disk | FTP | other *** search
- /* Headers for mount procedures
-
- ©1999 Joseph Walton
-
- This software is distributed under the terms of the GNU General Public
- License; either version 2 of the License, or (at your option) any
- later version.
- */
-
- #ifndef NFSD_MOUNT_FUNCTIONS_H
- #define NFSD_MOUNT_FUNCTIONS_H
-
- #include "nfs.h"
- #include "rpc.h"
-
- nfsstat mountproc_mnt(struct Call *call, STRPTR dirpath, int32 *fh);
- void mountproc_umnt(struct Call *call, STRPTR dirpath);
-
- #endif
-
-